@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "微软雅黑";
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #525252;
	text-decoration: none;
}

a:visited {
	color: #525252;
	text-decoration: none;
}

a:hover {
	color: #525252;
	text-decoration: none;
}

a:active {
	color: #525252;
	text-decoration: none;
}

@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	general style
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.dis {
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1100px;
	text-align: center;
	line-height: 1.5;
	color: #000;
	
	
}

#container {
	text-align: left;
}

#main {
	text-align: left;	
}


li img,
dl img {
	display: block;
	vertical-align: baseline;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 0 2px 11px;
	margin: 0 auto 75px;
	width: 1200px;
	text-align: left;
	border-bottom: 1px solid #E9E9E9;
}

#pagePath li {
	padding-left: 18px;
	display: inline;
	font-size: 13px;
	color: #525252;
	background: url(../images/icon01.gif) no-repeat 3px center;
}

#pagePath li:first-child {
	padding-left: 0;
	background: none;
}

#pagePath li a {
	color: #525252;
}

#pagePath li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.footer {
	clear: both;
	overflow: hidden;
	text-align: left;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	padding: 40px 47px 0 0;
	float: right;
	width: 474px;
}

.mailForm .fBox {
	padding: 7px 14px 8px;
	margin-bottom: 17px;
	border: 1px solid #16A48D;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	behavior: url(js/pie.htc);
	background: url(../images/f_bg01.png) repeat left top;
}

.mailForm .fBox p {
	margin-top: 5px;
	width: 90px;
	float: left;
	font-size: 13px;
	color: #47c3a9;
}

.mailForm .fBox input {
	width: 444px;
	height: 30px;
	font-size: 13px;
	color: #47c3a9;
	line-height: 1.5;
	background: none;
}

.mailForm .fBox .content {
	margin: 0 0 4px 0;
}

.mailForm .fBox textarea {
	width: 440px;
	height: 132px;
	font-size: 13px;
	color: #47c3a9;
	line-height: 1.5;
	background: none;
	border: none;
}

.mailForm .submit {
	margin-top: 19px;
}

.mailForm .submit input {
	padding: 2px 0 4px;
	width: 93px;
	text-align: center;
	font-size: 14px;
	color: #007364;
	letter-spacing: 3px;
	cursor: pointer;
	background-color: #22BB9F;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: relative;
	behavior: url(js/pie.htc);
}

.mailForm .submit input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
/*.mainVisual {
	margin-bottom: 36px;
	min-height: 477px;
	background: url(../images/company_main_img.jpg) no-repeat center top;
}



.mainVisual2 {
	margin-bottom: 36px;
	min-height: 477px;
	background:url(../images/banner3.png) no-repeat center top;
}
*/



/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
#main .pageList {
	margin-bottom: 28px;
	clear: both;
	text-align: right;
}



#main .pageList span,
#main .pageList  a {
	padding: 5px 10px;
    font-size: 12px;
	display: inline-block;
	border: 1px solid #AEAEAE;
}

#main .pageList span,
#main .pageList a:hover {
	text-decoration: none;
	border: 1px solid #fff;
}



























